body {
  color: #333333;
  overflow-x: hidden;
}
* {
  outline: none;
}
b {
  font-weight: normal !important;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul,
ol,
dl {
  margin: 0;
}
button,
img {
  outline: none;
}
a:focus {
  outline: none;
}
a {
  color: inherit !important;
}
section {
  margin-bottom: 0;
}
blockquote::before {
  bottom: auto;
  border-radius: 0.25rem;
  padding: 0.25em 0;
  height: 43px;
  top: 16px;
}
.h100 {
  height: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-aaa {
  color: #aaa;
}
.s-title-icon {
  margin-right: 1rem;
  display: inline-block;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  max-width: 44px;
  max-height: 44px;
}
.s-title {
  font-size: 40px;
  letter-spacing: 5px;
  line-height: 56px;
  display: inline-block;
  position: relative;
  padding: 0 24px;
}
.s-title::after,
.s-title::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #bc180d;
  top: 0;
  border-radius: 3px;
}
.s-title::after {
  left: 0;
}
.s-title::before {
  right: 0;
}
.s-subtitle {
  font-size: 16px;
  color: #aaa;
  letter-spacing: 1px;
  margin-top: 10px;
}
.s-title2 {
  font-size: 56px;
  text-transform: uppercase;
  line-height: 1.3;
}
.s-title2-sub {
  font-size: 40px;
  line-height: 1.5;
}
.s-title-one {
  font-size: 42px;
  color: #bc180d;
  letter-spacing: 5px;
  font-family: "行楷", STXingkai;
}
.s-hr {
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  width: 80%;
}
.s-hr::after,
.s-hr::before {
  width: 45%;
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  display: block;
  content: "";
  height: 1px;
  background-color: #bc180d;
  top: 20px;
  position: absolute;
}
.s-hr::after {
  left: 0;
}
.s-hr::before {
  right: 0;
}
.s-more {
  width: 240px;
  height: 60px;
  line-height: 60px;
  border: 1px #bc180d solid;
  text-align: center;
  font-size: 1rem;
  color: #bc180d;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#bc180d), to(#6dd287));
  background-image: linear-gradient(to right, #bc180d, #6dd287);
  background-size: 0% 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: inline-block;
  letter-spacing: 10px;
}
.s-more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.s-more:hover {
  background-size: 100% 100%;
  color: #fff;
}
.s-letter1 {
  letter-spacing: 1px;
}
.s-letter2 {
  letter-spacing: 2px;
}
.s-letter3 {
  letter-spacing: 3px;
}
.s-letter5 {
  letter-spacing: 4px;
}
.s-letter5 {
  letter-spacing: 5px;
}
.s-letter8 {
  letter-spacing: 8px;
}
.s-letter10 {
  letter-spacing: 10px;
}
.s-box-circle:hover .s-circle .ctop,
.s-box-circle.active .s-circle .ctop {
  width: 100%;
}
.s-box-circle:hover .s-circle .cright,
.s-box-circle.active .s-circle .cright {
  height: 100%;
}
.s-box-circle:hover .s-circle .cbottom,
.s-box-circle.active .s-circle .cbottom {
  width: 100%;
}
.s-box-circle:hover .s-circle .cleft,
.s-box-circle.active .s-circle .cleft {
  height: 100%;
}
.s-box-circle .s-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.s-box-circle .s-circle .ctop {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.s-box-circle .s-circle .cright {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.s-box-circle .s-circle .cbottom {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
}
.s-box-circle .s-circle .cleft {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
}
.s-cir {
  border-width: 100px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: center;
  color: #434343;
  font-weight: bold;
  line-height: 200px;
  font-size: 50px;
}
.s-cir::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  /* IE 9 */
  -moz-transform-origin: 0% 100%;
  /* Firefox */
  -webkit-transform-origin: 0% 100%;
  /* Safari 和 Chrome */
  -o-transform-origin: 0% 100%;
  /* Opera */
}
.s-cir::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  /* IE 9 */
  -moz-transform-origin: 100% 0%;
  /* Firefox */
  -webkit-transform-origin: 100% 0%;
  /* Safari 和 Chrome */
  -o-transform-origin: 100% 0%;
  /* Opera */
}
.s-cir::before,
.s-cir::after {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  /* Opera */
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: 1s;
  transition: 1s;
}
.s-cir:hover::before,
.s-cir:hover::after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  /* Opera */
}
@media (max-width: 1619px) {
  .s-title2 {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .s-title2-sub {
    font-size: 35px;
    line-height: 1.5;
  }
}
@media (max-width: 760px) {
  .s-title2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .s-title2-sub {
    font-size: 20px;
    line-height: 1.5;
  }
  .s-title {
    font-size: 22px;
    line-height: 1.5;
  }
  .s-title::after,
  .s-title::before {
    width: 4px;
  }
  .s-subtitle {
    font-size: 15px;
  }
  .s-title-one {
    font-size: 24px;
  }
  .s-title-big {
    font-size: 80px;
    height: 50px;
    line-height: 110px;
    padding-left: 10px;
    font-weight: bold;
  }
  blockquote::before {
    bottom: auto;
    padding: 0.25em 0;
    height: 25px;
    top: 10px;
  }
}
.pt110 {
  padding-top: 110px;
}
.pb80 {
  padding-bottom: 80px;
}
.s-box21 {
  width: 100%;
  padding-bottom: 50%;
  height: 0;
  position: relative;
}
.s-box21 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-box11 {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.s-box11 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-box32 {
  width: 100%;
  padding-bottom: 66.66666667%;
  height: 0;
  position: relative;
}
.s-box32 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-box34 {
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  position: relative;
}
.s-box34 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-box916 {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.s-box916 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.s-line-clamp1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s-line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s-line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.s-line-clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.s-line-clamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.margin-auto {
  margin: 0 auto;
}
p {
  margin: 0;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.clr {
  width: 100%;
}
@media (min-width: 760px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 992px) {
  .pt110 {
    padding-top: 2.5rem;
  }
}
@media (max-width: 760px) {
  .pt110 {
    padding-top: 60px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .s-more {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .s-hr::after,
  .s-hr::before {
    width: 47%;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .s-hr img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-kefu:before {
  content: "\e600";
}
.icon-jiangbei:before {
  content: "\e692";
}
.icon-weixin:before {
  content: "\e614";
}
.icon-jiantou:before {
  content: "\e509";
}
.icon-dizhi:before {
  content: "\e608";
}
.icon-Fill:before {
  content: "\e619";
}
.icon-email:before {
  content: "\e6a1";
}
.icon-dianhua:before {
  content: "\e676";
}
.icon-dianhua1:before {
  content: "\e63d";
}
.icon-up:before {
  content: "\e504";
}
.icon-yanfa:before {
  content: "\e697";
}
.icon-chanpin:before {
  content: "\e65f";
}
.icon-home:before {
  content: "\e613";
}
.icon-chuanzhen:before {
  content: "\e853";
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
}
